home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Database / BooleanFormatter / Makefile < prev    next >
Makefile  |  1995-06-12  |  1KB  |  49 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = BooleanTableView
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. LOCAL_RESOURCES = BooleanTableView.nib
  16.  
  17. CLASSES = BooleanFormatter.m TableViewController.m
  18.  
  19. HFILES = BooleanFormatter.h TableViewController.h
  20.  
  21. MFILES = BooleanTableView_main.m
  22.  
  23. OTHERSRCS = Makefile Makefile.preamble README.rtf
  24.  
  25.  
  26. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  27. INSTALLDIR = $(HOME)/Apps
  28. INSTALLFLAGS = -c -s -m 755
  29. SOURCEMODE = 444
  30.  
  31. ICONSECTIONS =    -sectcreate __ICON app /usr/lib/NextStep/Workspace.app/application.tiff
  32.  
  33. LIBS = -ldbkit_s -lMedia_s -lNeXT_s
  34. DEBUG_LIBS = $(LIBS)
  35. PROF_LIBS = $(LIBS)
  36.  
  37.  
  38. OTHERRELOCATABLES = OracleAdaptor.adaptor/OracleAdaptor
  39.  
  40.  
  41.  
  42. -include Makefile.preamble
  43.  
  44. include $(MAKEFILEDIR)/app.make
  45.  
  46. -include Makefile.postamble
  47.  
  48. -include Makefile.dependencies
  49.